﻿/* reset */
*,*:before,*:after {-webkit-box-sizing: border-box;box-sizing: border-box;}
html{font-size: 62.5%;}
body{position: relative; font-size:1.4rem; line-height: 1.5; font-family:-apple-system, "PingFang-SC-Regular",Arial,"microsoft yahei","微软雅黑","黑体",'SimSun',sans-serif; color: #333;}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */}
button, input, optgroup, select, textarea { color: inherit; font: inherit;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%; font-weight: normal;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button,input[type="submit"]{cursor:pointer;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{outline:0;}
body{background:#fff;}
a{color:#444; transition: all .2s}
a:hover{color:#333;}
img{max-width: 100%;vertical-align:middle;}

/*conmon*/
.f-pr{position:relative;}
.f-fl{float:left;}
.f-fr{float:right;}
.f-oh{overflow:hidden;}
.f-dn{display:none;}
.f-db{display:block;}
.f-ib{display:inline-block;*display:inline;*zoom:1;}
.f-cb:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f-fs12{font-size: 1.2rem;}
.f-fs14{font-size: 1.4rem;}
.f-fs16{font-size: 1.6rem;}
.f-fs18{font-size: 1.8rem;}
.f-fs20{font-size: 2rem;}
.f-ti{overflow:hidden;text-indent:-30000px;}
.f-ti2{text-indent:2em;}
.f-csp{cursor:pointer;}
.f-fwn{font-weight:normal;}
.f-fwb{font-weight:bold;}
.f-tal{text-align:left;}
.f-tac{text-align:center;}
.f-tar{text-align:right;}
.f-w100{width: 100%; margin: 0 auto;}
.w1024{max-width: 1024px;}
.w1200{max-width: 1200px; margin: 0 auto;}
.mb15{margin-bottom: 15px;}
.mt15{margin-top: 15px;}
.mb30{margin-bottom: 30px;}
.mt30{margin-top: 30px;}
.mb60{margin-bottom: 60px;}
.mt60{margin-top: 60px;}
.plr15{padding-left: 15px; padding-right: 15px;}

.f-text-truncate{word-wrap: normal; /* for IE */ text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot') format('embedded-opentype'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'),
  url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/*top*/
.mh-head{display: none;}
.header {position: relative;box-shadow: 0 0 10px 0px #a3a3a3; z-index: 10;}
.header .top{background: #333; height: 40px; line-height: 40px; color: #fff;}
.header .logo{width: 19.6%;}
.header .nav{width: 80.34%;}
.header .nav ul {width: 100%}
.header .nav > ul > li{ width: 14.285%; padding: 15px 0;} 
.header .nav > ul > li > a{display: block; line-height: 56px; color: #333; font-size: 1.6rem;  height: 56px; position: relative;}
.header .nav > ul > li > a:hover{background: #122a88; color: #fff}
.header .nav > ul > li > a:hover:after{content:""; display: inline-block; width:0; height:0; border-bottom: 5px solid #fff; border-left: 5px solid transparent; border-right: 5px solid transparent;  position: absolute; left: 50%; margin-left: -3px; bottom: 7px;}
.header .nav ul > li.active a:after{content: ""; display: block; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #122a88; width: 10px; margin: 0 auto; text-align: center; }
.header .shadow{position: absolute; bottom: 0; box-shadow: 0px 3px 7px 0px #e2e2e2; z-index: 1; height: 1px; background: #fff;}
.ddpro li{width: 14.285%; float: left; padding: 0 15px;}

#topnav li ul {padding: 45px 0; position: absolute; left: 0; top:86px; display: none; z-index: 1; width: 100%; background: rgba(255,255,255,.95); overflow: hidden; color: #fff; }
#topnav .brshadow{box-shadow: 0  0 15px 3px #ccc; width: 100%; height: 1px; position: absolute; left: 0; top: 0; }
#topnav li:hover ul{display: block;}
.header .ddpro li{width: 16.666666666667%;  margin-top: 10px;}
.header .ddpro figcaption{ background: #EA2622; border-radius: 5px;  color: #fff; height: 30px; line-height: 30px; font-size: 1.6rem; margin-top: 10px;}

#topnav .dropdown{width: auto; right: 0; left: auto; padding: 50px 20px 50px 50px;}
#topnav .dropdown .f-fl {margin-right: 60px;}
#topnav .dropdown .f-fl li{margin-bottom: 15px;}
#topnav .dropdown .f-fl a:before{content: "<"; margin-right: 10px;}
#topnav .dropdown2 , #topnav .dropdown3{right: auto; left: 22%;}

#page-list li{display: inline-block;}
#page-list li.am-active a{color: #f37020;}

/*
 * 主页
 * */
.i_prolist .prolist li{ float:left;height:372px; width:19.3111%; position:relative;cursor:pointer;transition: all 0.5s ease;}
.i_prolist .prolist li.cur{width: 22.5%;background-size: cover!important;}
.i_prolist .prolist li a{display: block;position: relative;height: 100%;padding: 0 12%;}
.i_prolist .prolist .prolist-li{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:5;}
.i_prolist .prolist ._info{ position:absolute; left:0; bottom:0; width:100%;overflow:hidden; z-index: 7;}
.i_prolist .prolist ._info .p{ display:none; font-size:1.3rem;}
.i_prolist .prolist ._info ._cn{ position:relative; line-height: 120px;}
.i_prolist .prolist ._info ._cn ._cns{ font-size:1.5rem; color:#fff;}
.i_prolist .prolist ._info ._cn ._cns:before{ content:''; width:40px; height:3px; background-color:#fff000;position: absolute;bottom: -10px;left: 0;}
.i_prolist .prolist ._info .big{font-size: 2rem;color: #fff;margin-bottom: 5px; display:none;}
.i_prolist .prolist ._info .big .yellow{color:#fff000;}
.i_prolist .prolist ._info ._cn ._b{color:#fff; display:none;position: absolute;left: 50%;margin-left: 63px;top: -12px;}

.i_prolist .prolist li.cur .prolist-li{display:none;}
.i_prolist .prolist li.cur ._info ._cn ._cns{ font-size:2rem;}
.i_prolist .prolist li.cur ._info ._cn ._b{ display:block;}
.i_prolist .prolist li.cur ._info a{ padding: 4% 7%;height: 86%;}
.i_prolist .prolist li.cur ._info{background:url(../images/ju.85.png) repeat; background:rgba(253,101,0,.85);height: 190px;text-align:left;}
.i_prolist .prolist li.cur ._info .p{ display:block; color:#fff;}
.i_prolist .prolist li.cur ._info ._cn ._cns:before,.i_prolist .prolist li.cur ._info .big{ display:block;}
.i_prolist .prolist li.cur ._info ._cn{line-height: 65px;}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}

.wrap-index .video , .wrap-index .us.f-fr{width: 49%; height: 550px; overflow: hidden;}
.wrap-index .video{background: #f9f9f9;}
.wrap-index .video strong{font-size: 2rem;}
.wrap-index .us  img{width: 49.5%;}
.wrap-index .us.f-fr .row2{background: #f9f9f9; padding-bottom: 100%;}
.wrap-index .us.f-fr .row2 img{margin-top: calc(3%);}
.wrap-index .us.f-fr .row2 .box{width: 50%; padding: 30px 15px;}
.wrap-index .us.f-fr .row2 .box span{ font-size: 2.6rem; padding-bottom: 10px;}
.wrap-index .us.f-fr .row2 .box span:after{content: ""; width: 40px; height: 3px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); background: #122a88;}

.wrap-index .section2 .t{max-width: 640px;}
.wrap-index .section2 .t h3{ font-size: 3.6rem; padding-bottom: 10px;}
.wrap-index .section2 .t h3:after{content: ""; position: absolute; left: 50%; bottom: 0; width: 100px; height: 3px; background: #122a88; transform: translateX(-50%); }
.wrap-index .section2 ul.type-valve {margin-left: -1px;}
.wrap-index .type-valve li{width: 25%; height: 289px; float:left; background: #2a2a51; border-left: 1px solid #fff; border-bottom: 1px solid #fff; position: relative; z-index: 0; overflow: hidden;}
.wrap-index .type-valve li:nth-child(7){background: #fd8800;}
.wrap-index .type-valve .text{height: 289px; overflow: hidden; color: #fff; padding-top: 33%;}
.wrap-index .type-valve .text h2{font-size: 3.4rem; }
.wrap-index .type-valve .title h3{font-size: 2.6rem;}
.wrap-index .type-valve .text em ,.wrap-index .type-valve .title p{font-size: 1.3rem;}
.wrap-index .type-valve .title{position: absolute; z-index: 1; left: 0; top: 0; padding: 35% 5%; overflow: hidden; width: 100%; height: 100%; color: #fff;}
.wrap-index .type-valve .one ,.wrap-index .type-valve .seven{position: relative; background: url(../images/line.png) right top no-repeat;}
.wrap-index .type-valve li a img{transition: all .3s ease-in;}
.wrap-index .type-valve li a:hover img{transform: scale(1.1);}

.wrap-index .section3 .t{height: 40px;}
.wrap-index .section3 .t h2{font-size: 3rem;}
.wrap-index .section3 .t a{position: absolute; right: 0; bottom: 0; color: #333;}
.wrap-index .section3 .r .t a:after{content:"»"; line-height: 12px; vertical-align: top;  margin-left: 3px;}
.wrap-index .section3 .t i{
	font-size: 1.6rem; display: inline-block; vertical-align: middle;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
 }
.wrap-index .t i.rotate{
	-webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.section3 .l , .section3 .r.f-fr{width: 49%; height: 450px;}
.section3 .l ul{margin-left: -2%;}
.section3 .l li{width: 48%; margin-left: 2%; float: left;}
.section3 .l .date.f-fl{width: 60px; height: 55px; }
.section3 .l .date.f-fl p{background: #7e7e7e; color: #fff;}
.section3 .l .date.f-fl .day{font-size: 2.4rem; line-height: 25px; padding-top: 4px;}
.section3 .l .date.f-fl .year{padding-bottom: 4px;}
.section3 .l .text h3{height: 50px;}
.section3 .l .text a{color: #333; line-height: 25px; }
.section3 .l .text p{margin-top: 10px; font-size: 1.2rem; line-height: 1.8; color: #666;}
.section3 .l .text.f-fr{width: calc(100% - 70px);}
.section3 .r li{border: 1px solid #d5d5d5; padding: 15px; color: #666; transition: all .3s linear;}
.section3 .r li:first-child{margin-top: -10px;}
.section3 .r li:hover{box-shadow: 0 0 10px 3px #d5d5d5;}
.section3 .r li a{color: #333;}
.section3 .r li .date{margin-top: 10px; }
.section3 .r li p{margin-top: 5px;}
.section3 img{display:block; margin:0 auto;}


.section4 li{width: 25%;}
.section4 li .sprite{display: block; background: url(../images/stection4_bg.png) no-repeat; width: 125px; height: 127px; margin: 0 auto; transition: all .3s;}
.section4 li .sprite1{background-position: 0 -22px;}
.section4 li .sprite2{background-position: -308px -22px}
.section4 li .sprite3{background-position: -615px -22px}
.section4 li .sprite4{background-position: -920px -22px}
.section4 li:hover .sprite1{background-position: 0 -163px;}
.section4 li:hover .sprite2{background-position: -308px -163px;}
.section4 li:hover .sprite3{background-position: -615px -163px;}
.section4 li:hover .sprite4{background-position: -920px -163px;}
.section4 li strong{font-size: 1.6rem;}

/*产品列表*/
.list-proL{width: 19%;}
.list-proL .m-nav-l > ul > li > a{font-size: 1.6rem; font-weight: 600; color: #333;}
.list-proL .m-nav-l > ul > li:first-child > a{border-bottom: 1px solid #e8e8e8;}
.list-proL .m-nav-l a:after{font-weight: normal;}
.list-proL .m-nav-l ul ul{padding: 0px 10px 0px 25px;}
.list-proL .m-nav-l ul ul li a{padding: 10px 0 10px; border-bottom: 1px solid #e8e8e8; border-top: none;}
.list-proL .m-nav-l ul ul li a:hover , .list-proL .m-nav-l ul ul li.selected a{color: #f37020; border-color: #f37020;}
.list-proL .m-nav-l ul ul li:last-child a{ border-bottom: none;}
.list-proR ,.list-pj{width: 80%;}
.list-proR ul.list-item {margin-left: -1.5%;}
.list-proR .list-item li{width: 23.5%; margin-left: 1.5%; float: left; text-align: center; border: 1px solid #c9c9c9; padding: 0 10px 20px; margin-bottom: 60px;transition: all .3s linear;}
.list-proR .list-item li:hover{box-shadow: 0 0 10px #c9c9c9;}
.list-proR .list-item li h3 a{font-size: 1.4rem; display: block; margin: 0 0 20px;  color: #272727;}
.list-proR .list-item li p:before{content: "";width: 10px; height: 10px; background: #122a88; display: inline-block; line-height: 20px; margin-right: 5px;}
.list-proR .list-item li p{text-align: left; font-size: 1.2rem; margin-top: 15px; padding-left: 10%;}

/*配件*/

.list-pj li{width: 30.33333%; margin-left: 3%; float: left;}
.list-pj li h3{margin-bottom: 30px; margin-top: 15px;}

/*产品中心*/
.crm{margin-top: 15px; margin-bottom: 15px;}
.a-pro .crm{margin-top: 0;}
.a-pro .box{ background: url(../images/probg.jpg) repeat; min-height: 480px;position: relative;  padding: 25px 0;}
.a-pro .box .f-fr{width: 42%;}
.a-pro .box .f-fl {width: 48%; border: 1px solid #cccdd0;}
#gallery_nav {float: left; width: 100%; text-align: center;}
#gallery_nav a{display: inline-block; border: 1px solid #fff; width: 20%; float: left; margin: 10px 2.5%;}
#gallery_output {padding: 0 20%;}
#gallery_nav .on{ border: 1px solid #122a88; }
#gallery_nav img{background: #fff;}
.a-pro .box .f-fr h1{font-size: 2.6rem; color: #122a88; margin-bottom: 30px;}
.a-pro .box .f-fr p{font-size: 1.8rem; color: #333; margin-bottom: 30px;}
.a-pro .box .f-fr p:last-of-type{margin-bottom: 60px;}
.a-pro .box .f-fr a{color: #fff; border-radius: 5px; font-size: 1.6rem; font-weight:600; display: inline-block;}
.a-pro .box  a.online{background: #c11414; margin-right: 5%; padding: 15px 50px;}
.a-pro .box  a.tel{background: #122a88; padding:15px 20px;}

	/*浮动导航*/
.subMenu{background: #122a88; padding: 25px 0;}
.subMenu.fxd{padding: 15px 0; z-index: 999;} 
.subMenu dt , .subMenu dd{display: inline-block; color: #fff; float: left; line-height: 30px; font-size: 1.6rem; text-align: center;}
.subMenu dd a{color: #fff; line-height: 30px;}
.subMenu dd{width: 9.1%;}
.subMenu dt {width: 15%; font-size: 2.2rem; font-weight: 600; line-height: 30px; text-align: left;}
.subMenu dd.last-tel {width: 26%; text-align:right;}
.subMenu dd.last-tel i{margin-right: 10px;font-size: 3rem;vertical-align: middle;}

.subMenu dd a.active , .subMenu dd a.active  , .subMenu dd a:hover {color: #a81936;}
.a-pro .section1 i{display: inline-block;	width: 53px;	height: 54px; vertical-align: middle; margin-right: 10px;}
.a-pro .section1 i.ad1{background: url('../images/ico_ad.png') no-repeat -33px -34px;}
.a-pro .section1 i.ad2{background: url('../images/ico_ad.png') no-repeat -110px -34px;}
.a-pro .section1 i.ad3{background: url('../images/ico_ad.png') no-repeat -186px -34px;}
.a-pro .section1 i.ad4{background: url('../images/ico_ad.png') no-repeat -33px -101px;}
.a-pro .section1 i.ad5{background: url('../images/ico_ad.png') no-repeat -109px -101px;}
.a-pro .section1 i.ad6{background: url('../images/ico_ad.png') no-repeat -187px -101px;}
.a-pro .section1 i.ad7{background: url('../images/ico_ad.png') no-repeat -33px -167px;}
.a-pro .section1 i.ad8{background: url('../images/ico_ad.png') no-repeat -109px -167px;}
.a-pro .section1 i.ad9{background: url('../images/ico_ad.png') no-repeat -186px -167px;}
.a-pro .section1 ul{margin-left: -3.3333%;}
.a-pro .section1 li{width: 30%; margin-left: 3.3333%; float: left; margin-top: 30px;}
.a-pro .section1 li .f-w100{margin-bottom: 10px; height: 54px; overflow: hidden}
.a-pro .section1 li p{display: inline-block; line-height: 20px; font-size: 1.4rem;}
.a-pro .section1 li > p{height: 60px; overflow: hidden;}
.mainc .inner strong{padding-top: 50px; font-size: 2rem; line-height: 30px; display: block; padding-bottom: 40px;}
.mainc {padding-bottom: 50px; border-bottom: 1px solid #c0c0c0;}
.a-pro .section3 article , .section2 article{font-size: 1.4rem;}
.a-pro .section3 article div , .section2 article div , .section2 article p , .section2 article p , .section3 article p{margin-bottom: 15px;}
.a-pro .section4 ul{margin-left: -5%; }
.a-pro .section4 li{width: 45%; margin-left: 5%;}
.a-pro .section4 h4{margin-top: 15px;}
.a-pro .section4 span{margin-top: 20px;}
.a-pro .section4 li > p{margin-top: 10px; line-height: 20px; font-size: 1.4rem;}
.a-pro .section5 ul{margin-left: -2%;}
.a-pro .section5 li{width: 23%; float: left; margin-left: 2%;}
.a-pro .section6 ul{margin-left: -1%;}
.a-pro .section6 li{width: 24%; margin-left: 1%; float: left; text-align: center; transition: all .3s linear;}
.a-pro .section6 li:hover{-webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px);}
.a-pro .section6 li img{background: #ededed;}
.a-pro .section6 li figcaption{font-size: 1.4rem; margin-top: 15px;}
.mainc.section5{padding-bottom: 0;}
.mainc.section6 , .mainc.section5{border: none;}

.footer{overflow: hidden;}
.footer dl{width: 14.285714285714%; float: left; color: #fff; margin-top: -54px;}
.footer dl:last-child{width: 28.571428571428%;}
.footer dl:last-child dt{background: #fea900;}
.footer dt{padding: 15px 0; font-size: 1.6rem;}
.footer dt a{color: #fff;}
.footer dd a{color: #fff; line-height: 2.2; display: inline-block;}
.footer dd a:hover{ -webkit-transform: translateX(10px);-ms-transform: translateX(10px);transform: translateX(10px);}
.footer .tbg{background: #f37020; padding: 15px 0; height: 54px; overflow: hidden;}
.footer .bbg{background: url(../images/foot_bg.jpg) center top no-repeat #262b45;}


.footer .bbg .w1200{padding-bottom: 25px;}
.footer .bbg dt+dd{margin-top: 25px;}
.footer .footer-b{background: #282930; color: #DDDDDD; padding: 15px 0; }
.footer .footer-b a{color: #fff;}


/*wrap-news*/
.wrap-news .news1 {margin-top: 50px;}
.wrap-news .news1 h2 , .wrap-news .news3 h2{font-size: 3.4rem; position: relative; padding-bottom: 10px;}
.wrap-news .news1 h2:after , .wrap-news .news3 h2:after{content: "";  width:70px; height: 4px; background: #132b88; position: absolute; bottom: 0; left: 50%; margin-left: -35px;}
.wrap-news .news1 h2 +p , .wrap-news .news3 h2 + p{margin-top: 15px; margin-bottom: 60px;}
.wrap-news .f-fl.news1-list , .wrap-news .f-fr.news1-swiper{width: 48%;}
.wrap-news .news1-list li:first-child{margin-top: 0;}
.wrap-news .news1-list li{margin-top: 22px; border-bottom: 1px solid #eaeaea; padding-bottom: 20px;}
.wrap-news .news1-list .f-fl{width: 80px; margin-right: 10px;}
.wrap-news .news1-list span{display: block; background: #f2f2f2; color: #666;}
.wrap-news .news1-list span.day{line-height: 50px; font-size: 2.4rem; font-weight: 600;}
.wrap-news .news1-list span.year{margin-top: 2px; line-height: 30px;}
.wrap-news .news1-list .f-fr{text-align: left; float: left; width: 80%;}
.wrap-news .news1-list .f-fr h3{line-height: 50px;}
.wrap-news .news1-list .f-fr h3 a{color: #000; font-size: 1.6rem;}
.wrap-news .news1-list .f-fr p{line-height: 30px; font-size: 1.2rem; color: #666;}

.wrap-news .news2{margin-top: 85px; color: #fff; padding-top: 40px;}
.wrap-news .news2{background: url(../images/news_bundorbg.jpg) no-repeat left center #122A88; height: 500px;}
.wrap-news .news2 h2{font-size: 3.4rem; position: relative; padding-bottom: 10px;}
.wrap-news .news2 h2:after{content: ""; position: absolute; width: 70px; height: 4px; background: #fd8800; bottom: 0; left: 50%; margin-left: -35px;}
.wrap-news .news2 h2 + p{margin-top: 20px;}
.wrap-news .news2 ul{margin-top: 40px;}
.wrap-news .news2 li{float: left; display: block; width: 30%; margin: 0 1.6666666666667%;}
.wrap-news .news2 li img{max-height: 230px;}
.wrap-news .news2 li figcaption a{color: #fff; margin-top: 10px; display: block; font-size: 1.6rem;}

.wrap-news .news3{margin-top: 50px; margin-bottom: 100px;}
.wrap-news .news3 ul{margin-left: -2%;}
.wrap-news .news3 li{float: left; width: 23%; margin-left: 2%;}
.wrap-news .news3 li img{max-height: 170px;}
.wrap-news .news3 li a{color: #000; margin-top: 10px; display: block;}
.wrap-news .news3 li p{margin-top: 10px; font-size: 1.2rem; line-height: 20px;}
.wrap-news .swiper-container-horizontal>.swiper-pagination-bullets,.wrap-news .swiper-pagination-custom,.wrap-news .swiper-pagination-fraction{right: 10px; width: auto; left: inherit;}

/*list-news*/
.list-news .list-newsL{width: 23%;}
.list-news .list-newsR , .article-newsR{width: 75%;}
.m-nav-l  , .m-special-l{border: 1px solid #e8e8e8;}
.m-nav-l .t , .m-special-l .t{padding: 15px 0 15px 25px;}
.m-nav-l .t .fa-caret-down{display: none;}
.m-nav-l h2 , .m-special-l .t strong{font-size: 2.4rem; color: #333; line-height: 30px;}
.m-nav-l .en , .m-special-l .t .en{font-size: 1.4rem; position: relative;  color: #333; line-height: 25px; padding-bottom: 8px;}
.m-nav-l .en:after , .m-special-l .t .en:after{content: ""; width: 50px; height: 0; position: absolute;; left: 0 ; bottom: 0; border-bottom: 1px solid #333333;}
.m-nav-l ul li  a{display: block; line-height: 30px; padding: 10px 10px 10px 15px; border-top: 1px solid  #e8e8e8;}
.m-nav-l  a:after{content: "›"; float: right; font-size: 1.6rem;}
.m-nav-l > ul > li > a:hover{background: #132b88; color: #fff;}
.m-nav-l > ul > li > a:hover:after{color: #fff;}

.m-case-l .t {border-bottom: 1px solid #dddddd; position: relative; padding-bottom: 8px; margin-bottom: 15px;}
.m-case-l .t strong{font-size: 2rem; line-height: 30px; font-weight:normal;}
.m-case-l .t strong:after{content: ""; position: absolute; left: 0; bottom: -1px; width: 50%; height: 1px; background: #222;}
.m-case-l .t a{text-align: right; line-height: 30px;}
.m-case-l figcaption{margin-top: 8px; font-size:1.4rem;}

.m-special-l li{margin-bottom: 15px; padding: 0 15px;}
.m-special-l figure img{border-radius: 5px;}
.m-special-l figcaption{margin-top: 5px;}

.m-contact-l .t{background: #132b88; color: #fff; padding: 15px 10px 15px 25px;}
.m-contact-l .t strong{font-size: 2rem; line-height: 30px;}
.m-contact-l .t i{float: right; line-height: 30px; font-size: 2.2rem; font-weight: normal;}
.m-contact-l .tel , .m-contact-l .message{border: 1px solid #ddd; text-align: center; padding: 22px 0;}
.m-contact-l .tel span{color: #fd9124; font-size: 2.4rem; font-weight: 600; margin-top: 10px; display: block;}
.m-contact-l .message{margin-top: -1px;}
.m-contact-l .message a{background: #fd8800; color: #fff; margin-top: 15px; padding: 10px 15px; border-radius: 5px;}
.m-contact-l .message a:hover{opacity: .9;}

.list-newsR{border: 1px solid #ddd;}
.list-newsR .list li{padding: 30px 0; border-top: 1px solid #ddd; margin-top: -1px; height: 170px; overflow: hidden;}
.list-newsR .list .img{width: 20%; max-height: 105px; overflow: hidden;}
.list-newsR .text{width: 73%; padding-left: 2%; padding-right: 2%;}
.list-newsR .text h3{font-size: 1.8rem; line-height: 2; color: #444;}
.list-newsR .text p{line-height: 1.5; color: #777;}
.list-newsR > .f-fr{width: 6%; text-align: center; }
.list-newsR .date{background: #c5c5c5; color: #fff; line-height: 18px; padding: 12px 0; margin-top: 25px;  width: 52px;  text-align: center;}
.list-newsR .day{display: block; font-size: 1.8rem;}
.list-newsR .year{font-size: 1.2rem;}

/*article-news*/
.article-newsR{border:1px solid #e8e8e8; padding-bottom: 50px;}
.article-newsR h2{border-bottom: 1px solid #e8e8e8; font-size: 2.2rem; padding: 25px 30px; font-weight: 600;}
.article-newsR .top{padding: 20px 30px 30px;}
.article-newsR .content{padding: 0 30px; }
.article-newsR .content p {margin-bottom: 20px; line-height: 2; text-indent: 2em;}
.article-newsR .content td{text-indent: 0;}
.article-newsR .content img {display: block; margin: 0 auto 15px;}

/*
 单页
 * */
/*走进般德*/
.single-index .t h2{font-size: 3.2rem; }
.single-index .t p{max-width: 1100px; margin-left: auto; margin-right: auto;}
.single-index .about{margin-left: -3.3333%;}
.single-about video{max-width: 800px; margin-left: auto; margin-right:auto; display: block;}
.single-index .about figure{width: 30%; margin-left: 3.3333%; }
.single-index .about figcaption{position: absolute; z-index: 1; top: 10%; left: 10%; color: #fff; font-size: 2.6rem; padding-bottom: 5px; border-bottom: 2px solid #f37020; transition: all .3s ease-in-out;}
.single-index .about figure:hover figcaption{transform: scale(1.2);}
.single-index .factory.bgi{background: url(../images/single_ifactory_bg.jpg) center top repeat; padding: 30px 0;}
.single-index .factory .img{margin-left: -2%;}
.single-index .factory figure{width: 23%; margin-left: 2%;}
.single-index .check{box-shadow: 0 0 0 10px #f3f3f3 inset; }
.single-index .box{width: 50%;padding: 5%;}
.single-index .box h2:after{left: 13%;}
.single-index .box p{font-size: 1.8rem;}
.single-index .honor ul{margin-left: -1%;}
.single-index .honor li{width: 24%; float: left; margin-left: 1%;}
/*历史*/
.single-index .l , .single-index .r{width: 49%;}
		#timeline {max-width: 1200px;overflow: hidden;position: relative;}
		#dates {width: 800px; margin: 60px auto 0; height: 50px; overflow: hidden;}
		#timeline:after{content: "";position: absolute; bottom: 40px; display: block; z-index: 0; height: 1px; width: 88%; left: 50%; margin-left: -44%; background: #d6d6d6; overflow: hidden;}
		#issues li{width: 1200px; height: auto; float: left;}
		#dates li {float: left; width: 200px; height: 50px;font-size: 1.4rem;}
		#dates a{line-height: 30px; height: 30px; position: relative;}
		#dates a:before{content: ""; width: 20px; height: 20px; background: #e8e8e8; display: block; border-radius: 50%; margin: 0 auto; position: relative; z-index: 1; }
		#dates a:after{content: ""; position: absolute; z-index: 2; width: 10px; height: 10px; background: #fff; border-radius: 50%; top: -21px; left: 50%; margin-left: -5px;}
		#dates .selected {font-size: 1.6rem;}
		#dates .selected:before{background: #122a88;}

		#issues li img {
			-webkit-transition: all 2s ease-in-out;
			-moz-transition: all 2s ease-in-out;
			-o-transition: all 2s ease-in-out;
			-ms-transition: all 2s ease-in-out;
			transition: all 2s ease-in-out;
			-webkit-transform: scale(0.7,0.7);
			-moz-transform: scale(0.7,0.7);
		    -o-transform: scale(0.7,0.7);
		    -ms-transform: scale(0.7,0.7);
		    transform: scale(0.7,0.7);
		}
		#issues li.selected img {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
		    -o-transform: scale(1);
		    -ms-transform: scale(1);
		    transform: scale(1);
		}
		#issues li b {color: #e6e6e6;font-size: 10rem; font-weight: normal;}
		#issues li p {font-size: 1.4rem; line-height: 1.6;}


		#grad_left , #grad_right{position: absolute; z-index: 3; height: 50px; background: #fff; bottom: 0;  width: 25px;}
		#grad_right{right: 0;}
		#next,
		#prev {
			position: absolute;
			z-index: 5;
			bottom: 22px;
			width: 22px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
			background: #fff;
		}
			#next:hover,
			#prev:hover {
				background-position: 0 -76px;
			}
			#next {right: 0;background-image: url('../images/next.png');}
			#prev {left: 0;background-image: url('../images/prev.png');}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}

/*董事长致辞*/
.single-boss .pic{max-height: 560px; overflow: hidden;}
.single-boss .l , .single-boss .r{width: 50%;}
.single-boss .r{font-size: 1.8rem; line-height: 2; padding: 10% 5% 0 5%; color: #122a88;background: url(../images/boss_bg.jpg) left top repeat; height: 560px;}
.single-boss .text{line-height: 1.8;}
/*关于般德*/
.single-about ul{margin-left: -3.333%;}
.single-about li{width: 30%; margin-left: 3.333%;}

/*企业文化*/
.single-culture .bgi{background: url(../images/culture_bg.png) left top no-repeat; height: auto;}
.single-culture .t{position: absolute; top: 30%; left: 0;}
.single-culture dl:before{content: "";display: block; position: absolute; height: 100%; width: 1px; background: #d6d6d6; left: 10px; top: 10px;}
.single-culture dt:before{content: "";display: inline-block;border: 1px solid #334899; width: 20px; height: 20px; border-radius: 50%; font-size: 1.8rem; vertical-align: middle; margin-right: 5px; background: #fff; position: relative; z-index: 1;}
.single-culture dd{padding-left: 25px;}
.single-culture .col{width: 24%; margin: 0 3%;}

/*服务网络*/
.single--web .bgc{background: #f7f7f7; padding: 30px 0;}
.single--web .text{line-height: 1.8;}
.net_bann{ height:500px; z-index: 3;}
.net_bann #baiduMap{height:100%;}
.net_bann .guo_cur{display:block;}
.net_bann .net_map_sele{position:absolute;bottom:26px; left:0;width:100%; }
.net_bann .net_a{width:220px; height:60px;line-height: 60px; font-size:18px; background-color:#fc8f10; color:#fff; margin-right: 15px;}
.net_bann .net_a .map_white{margin-right: 8px;}

/*荣誉资质*/
.single--honor ul{margin-left: -2%;}
.single--honor li{width: 31.3333%; margin-left: 2%; background: #f3f3f3; margin-bottom: 30px; float: left; text-align: center;}

/*发展历史*/
.single-history .r {width: 60%;} .single-history .l{width: 38%;}
.single-history ul:before{content: ""; height: 100%; width: 2px; background: #f37020; position: absolute; left: 90px;}
.single-history li{margin-bottom: 40px;}
.single-history li span{width: 90px; display: inline-block; margin-right: 30px;}
.single-history li span:before{content: "";display: inline-block; width: 14px; height: 14px; background: #f37020; border-radius: 50%; margin-right: 6px;}

/*服务承诺*/
.single-promise-t .l {width: 480px;}
.single-promise-t .r{width: 660px;}
.single-promise-t .paper{background: #fcfcfc; padding: 10px 0; border: 1px solid #fbfbfb;}
.single-promise-t .paper h2{font-size: 3rem; color: #162d79;}
.single-promise-t .paper h2 , .single-promise-t .paper li{line-height: 2.5; border-bottom: 1px solid rgba(200,234,243,.5);}
.single-promise-t .paper li{padding: 0 7px;}
.single-promise-t .paper:before , .single-promise-t .paper:after{
	z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 20px #777;
  transform: rotate(-3deg);}
.single-promise-t .paper:after{
  transform: rotate(3deg);
  right: 10px;
  left: auto;}
.single-promise-b h2 , .single-contact .t h1 , .single .t h2{font-size: 3.6rem; display: inline-block;}
.single-promise-b h2:before , .single-contact .t h1:before , .single .t h2:before{content: ""; position: absolute; left: 50%; bottom: -15px; transform: translateX(-50%); width: 60px; height: 4px; background: #132b88; }
.single .t p{line-height: 1.8;}
.single-promise-b ul{margin-left: -0.3333%;}
.single-promise-b li{width: 33%; margin-left: 0.3333%;}
.single-promise-b p{position: absolute; left: 0; top: 30%; padding-left: 10%; padding-right: 10%; line-height: 1.3;}
.single-promise-b span{font-size: 1.6rem; color: #162d79;}

/*联系我们*/
.single-contact h2 , .single-contact .info h3{font-size: 2.4rem;}
.single-contact .phone{font-size: 2.4rem; color: #132b88;}
.single-contact .site{margin-bottom: 100px;}
.single-contact .info{width: 40%;}
.single-contact .l , .single-contact .r {width: 49%;}
.single-contact .r h2{border-bottom: 1px solid #d4d4d4; padding-bottom: 15px;}
.single-contact .col1 input , .single-contact .col2 textarea{border: 1px solid #d9d9d9; border-radius: 3px; box-shadow: inset 0px 1px 0 1px #f7f7f7; }
.single-contact .col1{width: 45%; margin-bottom: 15px;}
.single-contact .r label{width: 80px; line-height: 30px; float: left;}
.single-contact .r input{width: -moz-calc(100% - 80px);width: -webkit-calc(100% - 80px);width: calc(100% - 80px); height: 30px; padding: 0 5px;}
.single-contact .col2 label{vertical-align: top;}
.single-contact .col2 textarea{width: -moz-calc(100% - 80px); width: -webkit-calc(100% - 80px);width: calc(100% - 80px); height: 120px; padding: 5px;}
.single-contact input[type='submit']{width: -moz-calc(100% - 80px);width: -webkit-calc(100% - 80px);width: calc(100% - 80px); margin-left: 80px; margin-top: 15px; border: none; background: #1075f3; color: #fff; font-size: 1.6rem; line-height: 38px; height: 38px;}
.single-contact input[type='submit']:hover{opacity: .9;}
.map-left {width: 50%;float: left;background: url(../images/map_bg.jpg) center center; height: 300px; background-size: cover;}
.map-text {position: absolute; top: 50%; left: 53%; transform: translate(-50% , -50%); color: #fff;}
#allmap { width: 50%;height: 300px;}
.BMap_shadow{display: none;}
/*般德国际*/
.single-word ul{margin-left: -4%;}
.single-word li{margin-left: 4%; width: 21%; transition: all .3s;}
.single-word li:hover{box-shadow: 0 0 12px 4px #ededed; transform: translateY(-5px);}
/*般德服务*/
.single-service .box1-icon{background: url(../images/ser_ico.png) left top no-repeat; height: 124px; width: 124px; margin-left: auto; margin-right: auto; transition: all .4s linear;}
.single-service .box1-icon1{background-position: -0px 0px;}
.single-service .box1-icon2{background-position: -124px 0px;}
.single-service .box1-icon3{background-position: -248px 0px;}
.single-service .box1-icon4{background-position: -372px 0px;}
.single-service .box1 li:nth-child(1):hover .box1-icon1{background-position: 0 -124px;}
.single-service .box1 li:nth-child(1):hover strong{color: #fea900;}
.single-service .box1 li:nth-child(2):hover .box1-icon2{background-position: -124px -124px;}
.single-service .box1 li:nth-child(2):hover strong{color: #fea900;}
.single-service .box1 li:nth-child(3):hover .box1-icon3{background-position: -248px -124px;}
.single-service .box1 li:nth-child(3):hover strong{color: #fea900;}
.single-service .box1 li:nth-child(4):hover .box1-icon4{background-position: -372px -124px;}
.single-service .box1 li:nth-child(4):hover strong{color: #fea900;}
.single-service .box1 .t>p{max-width: 1024px; margin-left: auto; margin-right: auto;}
.single-service .box1 strong{font-size: 1.8rem;}
.single-service .box1 li{width: 23%; margin-left: 2%;}
.single-service .box1 li p{color: #666; }
.single-service .box2 .l , .single-service .box2 .r{width: 48%;}
.single-service .t a{color: #333;}
.single-service .t h2:hover a{color: #fea900;}
.single-service .t h2:hover:before{background: #fea900;}
.single-service .box2 b{font-size: 1.8rem;font-weight:normal;}
.single-service .box3 ul{margin-left: -2%;}
.single-service .box3 li{width: 23%; margin-left: 2%;}

.single-service .box4 h3{font-size: 3.6rem;}
.single-service .box4 .l , .single-service .box4 .r{width: 48%;}
.single-service .box4 .row , .single-service .box4 .r{background: #f7f7f7; padding: 15px;}
.single-service .box4 .l label{width: 15%; float: left; vertical-align: middle; line-height: 24px;}
.single-service .box4 .l input{width: 85%; float: left;height: 24px; line-height: 24px; position: relative; padding-right: 15px;}
.single-service .row  input[type="text"] , .single-service .row textarea{border: none; background: #f7f7f7;}
.single-service .box4 .l span{display: inline-block; color: red; position: absolute; right: 7px; top: 0; z-index: 1; height: 54px; width: 15px; text-align: center; line-height: 54px;}
.single-service .box4 .r{height: 260px;}
.single-service .box4 .r label{vertical-align: top; width: 40px; float: left;}
.single-service .box4 textarea{height: 142px; resize:vertical; width: calc( 100% - 40px);}
.single-service .box4 input[type='submit'] , .single-service .box4 input[type='reset']{border: none; padding: 7px 40px; color: #fff; background: #909090;}
.single-service .box4 input[type='submit']{background: #f37020; margin-right: 10px;}
.single-service .box4 input[type='submit']:hover , .single-service .box4 input[type='reset']:hover{opacity: .9;}


/* 表格优化 */
table {
  max-width: 100%;
  background-color: transparent;
  empty-cells: show;
}
table code {
  white-space: normal;
}
th {
  text-align: left;
}
.am-table {
  width: 100%;
  margin-bottom: 1.6rem;
  border-spacing: 0;
  border-collapse: separate;
}
.am-table > thead > tr > th,
.am-table > tbody > tr > th,
.am-table > tfoot > tr > th,
.am-table > thead > tr > td,
.am-table > tbody > tr > td,
.am-table > tfoot > tr > td {
  padding: 0.7rem;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.am-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}
.am-table > caption + thead > tr:first-child > th,
.am-table > colgroup + thead > tr:first-child > th,
.am-table > thead:first-child > tr:first-child > th,
.am-table > caption + thead > tr:first-child > td,
.am-table > colgroup + thead > tr:first-child > td,
.am-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.am-table > tbody + tbody tr:first-child td {
  border-top: 2px solid #ddd;
}
/* Bordered version */
.am-table-bordered {
  border: 1px solid #ddd;
  border-left: none;
}
.am-table-bordered > thead > tr > th,
.am-table-bordered > tbody > tr > th,
.am-table-bordered > tfoot > tr > th,
.am-table-bordered > thead > tr > td,
.am-table-bordered > tbody > tr > td,
.am-table-bordered > tfoot > tr > td {
  border-left: 1px solid #ddd;
  /*&:first-child {
          border-left: none;
        }*/
}
.am-table-bordered > tbody > tr:first-child > th,
.am-table-bordered > tbody > tr:first-child > td {
  border-top: none;
}
.am-table-bordered > thead + tbody > tr:first-child > th,
.am-table-bordered > thead + tbody > tr:first-child > td {
  border-top: 1px solid #ddd;
}
/* Border-radius version */
.am-table-radius {
  border: 1px solid #ddd;
  border-radius: 2px;
}
.am-table-radius > thead > tr:first-child > th:first-child,
.am-table-radius > thead > tr:first-child > td:first-child {
  border-top-left-radius: 2px;
  border-left: none;
}
.am-table-radius > thead > tr:first-child > th:last-child,
.am-table-radius > thead > tr:first-child > td:last-child {
  border-top-right-radius: 2px;
  border-right: none;
}
.am-table-radius > tbody > tr > th:first-child,
.am-table-radius > tbody > tr > td:first-child {
  border-left: none;
}
.am-table-radius > tbody > tr > th:last-child,
.am-table-radius > tbody > tr > td:last-child {
  border-right: none;
}
.am-table-radius > tbody > tr:last-child > th,
.am-table-radius > tbody > tr:last-child > td {
  border-bottom: none;
}
.am-table-radius > tbody > tr:last-child > th:first-child,
.am-table-radius > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 2px;
}
.am-table-radius > tbody > tr:last-child > th:last-child,
.am-table-radius > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 2px;
}
/* Zebra-striping */
.am-table-striped > tbody > tr:nth-child(odd) > td,
.am-table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
/* Hover effect */
.am-table-hover > tbody > tr:hover > td,
.am-table-hover > tbody > tr:hover > th {
  background-color: #e9e9e9;
}
.am-table-compact > thead > tr > th,
.am-table-compact > tbody > tr > th,
.am-table-compact > tfoot > tr > th,
.am-table-compact > thead > tr > td,
.am-table-compact > tbody > tr > td,
.am-table-compact > tfoot > tr > td {
  padding: 0.4rem;
}
.am-table-centered > thead > tr > th,
.am-table-centered > tbody > tr > th,
.am-table-centered > tfoot > tr > th,
.am-table-centered > thead > tr > td,
.am-table-centered > tbody > tr > td,
.am-table-centered > tfoot > tr > td {
  text-align: center;
}
.am-table > thead > tr > td.am-active,
.am-table > tbody > tr > td.am-active,
.am-table > tfoot > tr > td.am-active,
.am-table > thead > tr > th.am-active,
.am-table > tbody > tr > th.am-active,
.am-table > tfoot > tr > th.am-active,
.am-table > thead > tr.am-active > td,
.am-table > tbody > tr.am-active > td,
.am-table > tfoot > tr.am-active > td,
.am-table > thead > tr.am-active > th,
.am-table > tbody > tr.am-active > th,
.am-table > tfoot > tr.am-active > th {
  background-color: #ffd;
}
.am-table > thead > tr > td.am-disabled,
.am-table > tbody > tr > td.am-disabled,
.am-table > tfoot > tr > td.am-disabled,
.am-table > thead > tr > th.am-disabled,
.am-table > tbody > tr > th.am-disabled,
.am-table > tfoot > tr > th.am-disabled,
.am-table > thead > tr.am-disabled > td,
.am-table > tbody > tr.am-disabled > td,
.am-table > tfoot > tr.am-disabled > td,
.am-table > thead > tr.am-disabled > th,
.am-table > tbody > tr.am-disabled > th,
.am-table > tfoot > tr.am-disabled > th {
  color: #999999;
}
.am-table > thead > tr > td.am-primary,
.am-table > tbody > tr > td.am-primary,
.am-table > tfoot > tr > td.am-primary,
.am-table > thead > tr > th.am-primary,
.am-table > tbody > tr > th.am-primary,
.am-table > tfoot > tr > th.am-primary,
.am-table > thead > tr.am-primary > td,
.am-table > tbody > tr.am-primary > td,
.am-table > tfoot > tr.am-primary > td,
.am-table > thead > tr.am-primary > th,
.am-table > tbody > tr.am-primary > th,
.am-table > tfoot > tr.am-primary > th {
  color: #0b76ac;
  background-color: rgba(14, 144, 210, 0.115);
}
.am-table > thead > tr > td.am-success,
.am-table > tbody > tr > td.am-success,
.am-table > tfoot > tr > td.am-success,
.am-table > thead > tr > th.am-success,
.am-table > tbody > tr > th.am-success,
.am-table > tfoot > tr > th.am-success,
.am-table > thead > tr.am-success > td,
.am-table > tbody > tr.am-success > td,
.am-table > tfoot > tr.am-success > td,
.am-table > thead > tr.am-success > th,
.am-table > tbody > tr.am-success > th,
.am-table > tfoot > tr.am-success > th {
  color: #5eb95e;
  background-color: rgba(94, 185, 94, 0.115);
}
.am-table > thead > tr > td.am-warning,
.am-table > tbody > tr > td.am-warning,
.am-table > tfoot > tr > td.am-warning,
.am-table > thead > tr > th.am-warning,
.am-table > tbody > tr > th.am-warning,
.am-table > tfoot > tr > th.am-warning,
.am-table > thead > tr.am-warning > td,
.am-table > tbody > tr.am-warning > td,
.am-table > tfoot > tr.am-warning > td,
.am-table > thead > tr.am-warning > th,
.am-table > tbody > tr.am-warning > th,
.am-table > tfoot > tr.am-warning > th {
  color: #F37B1D;
  background-color: rgba(243, 123, 29, 0.115);
}
.am-table > thead > tr > td.am-danger,
.am-table > tbody > tr > td.am-danger,
.am-table > tfoot > tr > td.am-danger,
.am-table > thead > tr > th.am-danger,
.am-table > tbody > tr > th.am-danger,
.am-table > tfoot > tr > th.am-danger,
.am-table > thead > tr.am-danger > td,
.am-table > tbody > tr.am-danger > td,
.am-table > tfoot > tr.am-danger > td,
.am-table > thead > tr.am-danger > th,
.am-table > tbody > tr.am-danger > th,
.am-table > tfoot > tr.am-danger > th {
  color: #dd514c;
  background-color: rgba(221, 81, 76, 0.115);
}
.am-scrollable-horizontal {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.am-scrollable-vertical {
  height: 240px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: vertical;
}


